runtime.itabTableType.count (field)
5 uses
runtime (current package)
iface.go#L25: count uintptr // current number of filled entries.
iface.go#L132: if t.count >= 3*(t.size/4) { // 75% load factor
iface.go#L145: if t2.count != t.count {
iface.go#L180: t.count++
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)